ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputTime<T> Class / Mask Property

In This Topic
    Mask Property (InputTime<T>)
    In This Topic
    Gets or sets a mask to use while the user is editing.
    Syntax
    'Declaration
     
    Public Property Mask As String
    public string Mask {get; set;}
    Remarks
    If specified, the mask must be compatible with the value of the Format property. For example, you can use the mask '99:99 >LL' for entering short times (format 't').
    See Also